In Glass.Mapper.Sc v 4.0.1.5 ISitecoreService and ISitecoreContext have all their method signatures with inferType default to false. I'm looking for a way to override that and default to true without changing the method calls all over the site.
I created another interface to override those just to modify the inferType default to true but I was wondering if there's a better solution.