public PhoneSyncClient (IPhoneSyncStorage storage)
 {
     this._storage = storage;
 }
 public PhoneSyncServer(IPhoneSyncStorage storage)
 {
     this._storage = storage;
 }