public virtual grpc::AsyncUnaryCall <global::GRPCServer.LoginResult> LoginAsync(global::GRPCServer.User request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(LoginAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::GRPCServer.LoginResult> LoginAsync(global::GRPCServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Login, null, options, request));
 }
 public virtual global::GRPCServer.LoginResult Login(global::GRPCServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Login, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::GRPCServer.RegisterResult> RegisterAsync(global::GRPCServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Register, null, options, request));
 }
 public virtual global::GRPCServer.RegisterResult Register(global::GRPCServer.User request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_Register, null, options, request));
 }
 public virtual global::GRPCServer.RegisterResult Register(global::GRPCServer.User request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(Register(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual global::System.Threading.Tasks.Task <global::GRPCServer.LoginResult> Login(global::GRPCServer.User request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }