public System.Threading.Tasks.Task <int> AuthenticateRefereeAsync(string username, string password, FootballManager.Domain.Entity.Models.Authentication.Enums.UserType userType)
 {
     return(base.Channel.AuthenticateRefereeAsync(username, password, userType));
 }
 public int AuthenticateReferee(string username, string password, FootballManager.Domain.Entity.Models.Authentication.Enums.UserType userType)
 {
     return(base.Channel.AuthenticateReferee(username, password, userType));
 }