public IEnumerable <ProspectCustomer> GetAbandonedProspectsAfter(DateTime lastChecked)
 {
     _prospectCustomerRepository.GetProspectCustomersAfter(lastChecked);
     throw new NotImplementedException();
 }