public async Task IsUserLoggedOnSuccess() { _spotifyWebApi.GetProfile().Returns(Task.FromResult(new User())); Assert.True(await _spotifyController.IsUserLoggedIn()); }