private static INakedObjectAdapter RestoreCollection(ICollectionMemento memento) => memento.RecoverCollection();
 private static INakedObjectAdapter RestoreCollection(ICollectionMemento memento)
 {
     return(memento.RecoverCollection());
 }
 private static INakedObjectAdapter RestoreCollection(ICollectionMemento memento) {
     return memento.RecoverCollection();
 }