/// <summary>
 /// Forgets local authentication without affecting the server.
 /// </summary>
 public void Logout()
 {
     _client = new Client();
 }
 public MusicManager()
 {
     _client = new Client();
 }