public SDKError ExpelUser(uint userId)
 {
     return(InvokeAPI(() => wrappedController.ExpelUser(userId)));
 }