protected void Alias(string dataTypeName, string propertyAlias) { Populate.RegisterType($"{dataTypeName}.{propertyAlias}", typeof(T)); }