public virtual grpc::AsyncUnaryCall <global::Improbable.SpatialOS.ServiceAccount.V1Alpha1.ServiceAccount> CreateServiceAccountAsync(global::Improbable.SpatialOS.ServiceAccount.V1Alpha1.CreateServiceAccountRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CreateServiceAccount, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::Improbable.SpatialOS.ServiceAccount.V1Alpha1.ServiceAccount> CreateServiceAccount(global::Improbable.SpatialOS.ServiceAccount.V1Alpha1.CreateServiceAccountRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::Improbable.SpatialOS.ServiceAccount.V1Alpha1.ServiceAccount> CreateServiceAccountAsync(global::Improbable.SpatialOS.ServiceAccount.V1Alpha1.CreateServiceAccountRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(CreateServiceAccountAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }