public System.Threading.Tasks.Task UserDelete(string username)
 {
     return(_implementation.UserDeleteAsync(username));
 }