Пример #1
0
 public async Task <bool> SpeakFromText(string text, int volume)
 {
     return(await _musicVm.SpeakFromText(text, volume));
 }