/// <summary>
        ///     Retrieves a collection of <see cref="!:SaqQueryStepModel" /> instances.
        /// </summary>
        /// <param name="stepQueryId">
        ///     The value which identifies the <see cref="!:SaqQueryStepModel" /> instances to be returned.
        /// </param>
        /// <returns>
        ///     The <see cref="!:SaqQueryStepModel" /> instances that match the specified <paramref name="stepQueryId" />.
        /// </returns>
        public static IEnumerable <Consensus.Marketing.SaqQueryStep> FetchAllByStepQueryId(System.Int64 stepQueryId)
        {
            ConsensusSite site = ConsensusDomain.Configuration[ConsensusDomain.Configuration.DefaultSite];

            return(SaqQueryStep.FetchAllByStepQueryId(site, stepQueryId));
        }