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