public void TestOpenSpotify()
 {
     _spotifyController.OpenSpotify();
     _nativeApi.Received(1).OpenSpotify();
 }