private ICssProperty CreateProperty(String propertyName)
 {
     return(GetProperty(propertyName) ?? _context.CreateProperty(propertyName));
 }