using Grpc.Core.Interceptors; namespace BlueWest.WebApi.Interceptors { /// /// Server Logger Interceptor /// public class ServerLoggerInterceptor : Interceptor { } }