public void TestCustomKeyType()
 {
     var key = new TestKeyType {
         Name = @"mongo", Code = 100
     };
     var collection = new KeyValueCollection <TestKeyType, JackpotLog>(@"TestCollection", _database);
 }