I'm trying to use Automapper projections on Entity Framework IQueryables....On application start, I create and add all my mapping profiles which create maps with the non-static CreateMap method. ...All those profiles are registered within my IoC container...