public static void Execute(FetchInputInformationParameters parameters)
        {
            PrepareParameters(parameters);
            InformationInput InformationInput = FetchInputInformationImplementation.GetTarget_InformationInput(parameters.Owner, parameters.InformationInputID);

            FetchInputInformationImplementation.ExecuteMethod_VerifyValidInput(InformationInput);
            string InputFetchLocation = FetchInputInformationImplementation.GetTarget_InputFetchLocation(InformationInput);
            string InputFetchName     = FetchInputInformationImplementation.GetTarget_InputFetchName(InformationInput);

            FetchInputInformationImplementation.ExecuteMethod_FetchInputToStorage(parameters.Owner, parameters.QueryParameters, InformationInput, InputFetchLocation, InputFetchName);
        }
 private static void PrepareParameters(FetchInputInformationParameters parameters)
 {
 }