public async Task AddTime(int numberOfSeconds) { await SetTime(await _audio.GetCurrentTime() + numberOfSeconds); }