private void AddPropertyAnnotations(EntityType entityType)
 {
     entityType.MakeAllRequiredPropertiesMetadataDeclared();
     this.MarkTypeBackedProperties(entityType);
 }