public System.Threading.Tasks.Task UserPost(User body)
 {
     return(_implementation.UserPostAsync(body));
 }