public LiteralEventNamingTests()
        {
            var convention = new LiteralEventNamingConvention();

            convention.AddEventType <object>();
            _convention = convention;
        }