public async Task <bool> PlaySong(string songCode) { return(await repository.PlaySong(endpoint, songCode)); }