pub fn compare_snapshots_including_modify_date(
    left: Snapshot,
    right: Snapshot
) -> Option<(SnapshotChangeType, SnapshotCompareResult)>