public IProjection <T> IncludeCustomField(string property) { _dynamicProperties.Add(CustomField.NormalizeName(property)); return(this); }