public virtual grpc::AsyncUnaryCall <global::RegistrationService.API.Grpc.SearchAPIAdtMessageResponse> SearchAPIFindAdtMessageByIdAsync(global::RegistrationService.API.Grpc.SearchAPIAdtMessageRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(SearchAPIFindAdtMessageByIdAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::RegistrationService.API.Grpc.SearchAPIAdtMessageResponse SearchAPIFindAdtMessageById(global::RegistrationService.API.Grpc.SearchAPIAdtMessageRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_SearchAPIFindAdtMessageById, null, options, request));
 }