public IEnumerable <Project> GetProjectsByIds(IEnumerable <string> ids) { return(_localProjectRepository.GetProjectsByIds(ids)); }