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