public RetroGamingService(ErrorEmulator errorEmulator)
 {
     _errorEmulator = errorEmulator;
     _igdbClient    = RefitClient.Create("b4f8877672fb840873c1bf1b5fe611fb");
 }
 public RetroGamingService(ErrorEmulator errorEmulator)
 {
     _igdbClient    = RefitClient.Create();
     _errorEmulator = errorEmulator;
 }