public Task <bool> AddSearchHash(SearchHash searchHash, Checksum checksum)
 {
     throw new NotImplementedException();
 }
 public Task <Checksum> LookupSearchHash(SearchHash searchHash)
 {
     throw new NotImplementedException();
 }