func value(withName : String, inPropertyWithKey : String) -> Any?
Retrieves a named object from the collection specified by the passed key.
func value(withUniqueID : Any, inPropertyWithKey : String) -> Any?
Retrieves an object by ID from the collection specified by the passed key.