public void should_start_bus()
        {
            _bus.Start();

            _busMock.Verify(x => x.Start());
        }