I need to implement the method:
object GetFactory(Type type);
This method needs to return a Func where typeparam \'T\' is the \
you could create Expression objects instead of a func, and compile() the expression to get a Func delegate.