public IQueryable <ExternalLoginModel> GetExternalLogins() { return(_externalLoginRepository.GetAll().ProjectTo <ExternalLoginModel>()); }