public void Setup()
        {
            var context = new BookingsDbContext(BookingsDbContextOptions);

            _handler = new GetCaseTypeQueryHandler(context);
        }