public uint[] GetParticipantsList()
 {
     return(InvokeAPI(() => wrappedController.GetParticipantsList()));
 }