public void TestFixtureSetUp()
        {
            // clenaup
            DropDb();

            // startup
            _application = new Bootstrapper("events").Start();
            Repository   = _application.CreateRepository();
        }
        public void TestFixtureSetUp()
        {
            // clenaup
            DropDb();

            // startup
            _application = new Bootstrapper("events").Start();
            Repository = _application.CreateRepository();
        }