예제 #1
0
 public ValueTask DeleteAsync()
 {
     return(_client.DeleteChannelAsync(Id));
 }