public HyperFindMapperTests()
 {
     _mapper = new HyperFindMapper();
 }
 public GetEmployeePersonIdenititesCommand(IXmlApiProxy apiProxy, HyperFindMapper hyperFindMapper)
 {
     _apiProxy        = apiProxy;
     _hyperFindMapper = hyperFindMapper;
 }