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