internal static RevisionID AsRevID(this C4Slice slice)
 {
     return(RevisionIDFactory.FromData(slice.ToArray()));
 }