E.g. trying to change Index name by: ``` modelBuilder.Entity<City>().Index("Shadow", "Name").ForSqlServer().Name("My index"); ``` This gets ignored and produces index with default name - "IX_City_Shadow_Name"