public void Add_CB_onUserLeft(onUserLeft cb)
 {
     InvokeAPI(() => wrappedController.Add_CB_onUserLeft(cb));
 }
 public void Remove_CB_onUserLeft(onUserLeft cb)
 {
     InvokeAPI(() => wrappedController.Remove_CB_onUserLeft(cb));
 }