private static void InvokeControlsContentAssert()
        {
            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertAddressTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertCountyTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertStateTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertZipCodeTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertBathroomsTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertBedroomsTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertGarageSizeTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertAcerageTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertPriceTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertDescriptionLabelTextBlockContentWPF();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertDescriptionTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertAddressBelowHouseImageTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertCountyBelowHouseImageTextBlockContent();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertStateBelowHouseImageTextBlockContent();
        }
        private static void InvokeImageAssert()
        {
            //Loading of Images
            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertGarageImage();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertBathroomsImage();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertBedroomsImage();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertAcerageImage();

            RealEstateListingViewerAssertion <WpfAppLauncher> .AssertPropertyImage();
        }