public void AddObjectOwnerIDFilter(MatchType op, OwnerID oid)
 {
     AddFilter(Filter.FilterHeaderOwnerID, oid.ToBase58String(), op);
 }