public static void Map(EntityTypeBuilder <Tag> builder) { BaseMapper.Map(builder); builder.Property(recipe => recipe.Name).IsRequired(); }