/// <summary>
        /// Initializes a new instance of the <see cref="InlineResponseDefault7" /> class.
        /// Initializes a new instance of the <see cref="InlineResponseDefault7" />class.
        /// </summary>
        /// <param name="Navigation">Navigation.</param>
        /// <param name="Records">List of phone numbers.</param>
        /// <param name="Paging">Paging.</param>

        public InlineResponseDefault7(NavigationInfo Navigation = null, List <PhoneNumberInfo> Records = null, PagingInfo Paging = null)
        {
            this.Navigation = Navigation;
            this.Records    = Records;
            this.Paging     = Paging;
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="InlineResponseDefault13" /> class.
        /// Initializes a new instance of the <see cref="InlineResponseDefault13" />class.
        /// </summary>
        /// <param name="Navigation">Navigation.</param>
        /// <param name="Records">List of states.</param>
        /// <param name="Paging">Paging.</param>

        public InlineResponseDefault13(NavigationInfo Navigation = null, List <StateInfo> Records = null, PagingInfo Paging = null)
        {
            this.Navigation = Navigation;
            this.Records    = Records;
            this.Paging     = Paging;
        }