/// <summary>
        ///     <para></para>
        /// </summary>
        /// <param name="document"></param>
        public XcfWriter(Stream stream, XcfDocument document)
            : this(stream)
        {
            // TODO: Take an XcfDocument and save it

            throw new NotImplementedException("XcfDocument not yet implemented thus cannot pass to an XcfWriter at this time");
        }
        /// <summary>
        ///     <para></para>
        /// </summary>
        /// <param name="document"></param>
        public XcfWriter(Stream stream, XcfDocument document)
            : this(stream)
        {
            // TODO: Take an XcfDocument and save it

            throw new NotImplementedException("XcfDocument not yet implemented thus cannot pass to an XcfWriter at this time");
        }