public bool IsVirtual(string propertyName)
        {
            PropertyDescription propertyMappingDescription = (PropertyDescription)_propertyNames[propertyName];

            return(propertyMappingDescription.PropertyInfo.GetSetMethod().IsVirtual);
        }