public SIOEntityFrameworkCoreSqlServerOptions AddStore <TStoreDbContext>(string connectionString, Action <SqlServerDbContextOptionsBuilder> action = null)
     where TStoreDbContext : ISIOStoreDbContext
 {
     StoreOptions.Add(new StoreOption(typeof(TStoreDbContext), connectionString, action));
     return(this);
 }