public System.Threading.Tasks.Task <User> UserGet(string username)
 {
     return(_implementation.UserGetAsync(username));
 }