public ValueTask DeleteAsync()
 {
     return(_client.DeleteChannelAsync(Id));
 }