public async Task <bool> AdjustVolumeMusic(string mark, double volume) { return(await _musicVm.AdjustVolumeMusic(mark, volume)); }