public void Given_qaAdvisor_is_entered_then_do_not_throw_exception()
        {
            var target = new GetChecklistsQuery(_queryableWrapper.Object);
            Assert.DoesNotThrow(() => target.Execute());

        }