using System.Collections.Generic;
public static void Main()
Console.WriteLine("Hello World");
this.Documents = new List<Document>();
public DateTime CreationDate
public List<Document> Documents
this.Authors = new List<Author>();
public List<Author> Authors