public IUserInfoDotNetWrap GetUserByUserID(uint userId)
 {
     return(InvokeAPI(() => wrappedController.GetUserByUserID(userId)));
 }