public Getter <T, R1> CreateGetter <R1>(string name, Expression <Func <T, R1> > formula) { return(_wrapper.CreateGetter <R1>(name, formula)); }