public System.Threading.Tasks.Task <string> CreateStudentAsync(StudentsManagementSystem.StudentsManagementService.CreateStudentCommand command)
 {
     return(base.Channel.CreateStudentAsync(command));
 }
 public string CreateStudent(StudentsManagementSystem.StudentsManagementService.CreateStudentCommand command)
 {
     return(base.Channel.CreateStudent(command));
 }