public LiteCoreDocument GetDocument(C4SequenceNumber seq)
 {
     return(LiteCoreDocument.Get(_native, seq));
 }
 public LiteCoreDocument GetDocument(string docID, bool mustExist)
 {
     return(LiteCoreDocument.Get(_native, docID, mustExist));
 }