public void Configure(EntityTypeBuilder <DataStore> builder)
 {
     builder.ApplyMapDataStoreBaseConfiguration(nameof(DataStore), "data_stores");
 }