public System.Threading.Tasks.Task UserPut(string username, User body)
 {
     return(_implementation.UserPutAsync(username, body));
 }