public void Mute(bool muted)
 {
     _voipService.Mute(muted);
 }