public static void BindService(grpc::ServiceBinderBase serviceBinder, TetherBase serviceImpl)
 {
     serviceBinder.AddMethod(__Method_Egress, serviceImpl == null ? null : new grpc::DuplexStreamingServerMethod <global::Google.Cloud.ApigeeConnect.V1.EgressResponse, global::Google.Cloud.ApigeeConnect.V1.EgressRequest>(serviceImpl.Egress));
 }
 public static grpc::ServerServiceDefinition BindService(TetherBase serviceImpl)
 {
     return(grpc::ServerServiceDefinition.CreateBuilder()
            .AddMethod(__Method_Egress, serviceImpl.Egress).Build());
 }