private void CheckForPropertyMap(Type typeKey) { if (!PropertyMaps.ContainsKey(typeKey)) { PropertyMaps.Add(typeKey, new Dictionary <string, PropertyMappingExpression>()); } }