Let\'s say i have a Func to create objects:
var myObjFactory = new Func(id => new MyObj(id));
And i pass it in a const