public void TestLogout()
 {
     _spotifyController.Logout();
     _spotifyWebApi.Received(1).Logout();
 }