public Project GetProjectByKey(string key)
 {
     return(_localProjectRepository.GetProjectByKey(key));
 }