I'm thinking about contributing to anko. what I'm thinking about is a delegate for activities, fragments or any bundle that retrieves the item from the bundle using the properties name as key and casts it to the property's type. would you prefer an extension function that retrieves the value every time or a class similar to Lazy, that caches the object?