private IContextRepositories GetRepositories() { if (_repos == null) { _repos = DIFactory.Get <IContextRepositories>(); } return(_repos); }