public void ApplyConventions(MigrationConventions conventions)
 {
     if (String.IsNullOrEmpty(Name))
         Name = conventions.GetIndexName(this);
 }