public void Create_Creates_A_New_Instance()
        {
            var collectionFileRoot = CollectionFileRoot.Create();

            Assert.AreEqual(CollectionFileRoot.INITIAL_HEAD, collectionFileRoot.Head);
        }