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