public virtual global::System.Threading.Tasks.Task GetAllStudents(global::gRPCServer.Protos.GetAllStudentsRequest request, grpc::IServerStreamWriter <global::gRPCServer.Protos.StudentModel> responseStream, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncServerStreamingCall <global::gRPCServer.Protos.StudentModel> GetAllStudents(global::gRPCServer.Protos.GetAllStudentsRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(GetAllStudents(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncServerStreamingCall <global::gRPCServer.Protos.StudentModel> GetAllStudents(global::gRPCServer.Protos.GetAllStudentsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncServerStreamingCall(__Method_GetAllStudents, null, options, request));
 }