public void TestRemovePrefix()
        {
            sut.RemoveKeyPrefix("event2");

            Assert.IsNotNull(sut);
        }