// Get api/project/?name=foo
 public IEnumerable <ResourceDto> Get(string name)
 {
     return(_service.FindByName(name));
 }