public ContextEf(DbContextOptions options, ISpotifyIntegrationService spotifyIntegrationService)
     : base(options)
 {
     _spotifyIntegrationService = spotifyIntegrationService;
 }
 public VinylDiscMapping(ISpotifyIntegrationService spotifyIntegrationService)
 {
     _spotifyIntegrationService = spotifyIntegrationService;
 }