public void ReadTrackIdByHashBinAndHashTableNeuralHasherTest()
 {
     DaoGateway target = new DaoGateway(connectionstring);
     const long HashBin = 0;
     const int HashTable = 100;
     List<int> actual = target.ReadTrackIdByHashBinAndHashTableNeuralHasher(HashBin, HashTable);
     Assert.IsNull(actual);
 }