public Project GetProjectByName(string name) { return(_localProjectRepository.GetProjectByName(name)); }