public void Test_Equals()
 {
     Assert.IsTrue(_bucket1.Equals(_bucket2));
     Assert.IsFalse(_bucket2.Equals(_bucket3));
 }