public Document(string fullName, Stream stream) : this(fullName) { Count = !ExtensionType.Equals(DocumentType.Unknow) ? BuildDocument(stream).Count : 0; }