public void when_calling_GetCommandHelp_it_should_return_the_help_specifying_how_to_use_the_application()
        {
            var cont = new ApplicationController(new[] { "-p" });

            cont.GetCommandLineHelp().Should().NotBeNullOrEmpty().And.NotBeBlank();
        }