public void RemoveSyncPairs(MetaValueSyncPair syncPair)
 {
     SyncPairs.Remove(syncPair);
     syncPair.Dispose();
 }