public void ProteinBenchmarkSlotIdentifier_GetHashCode_Test2()
        {
            var client = new ProteinBenchmarkSlotIdentifier("name", "path");

            Assert.AreEqual(-331019282, client.GetHashCode());
        }
        public void ProteinBenchmarkSlotIdentifier_GetHashCode_Test1()
        {
            var client = new ProteinBenchmarkSlotIdentifier();

            Assert.AreEqual(0, client.GetHashCode());
        }