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