public void StorePreKey(uint preKeyId, PreKeyRecord record)
 {
     _store.Add (preKeyId, record.Serialize());
 }