Пример #1
0
 public Task Say(SayOptions options)
 {
     return(RunIfAnswered(() => eventSocket.Say(UUID, options)));
 }