private PhoneCallStore(Windows.ApplicationModel.Calls.PhoneCallStore store) { _store = store; }
internal PhoneCallStore(object store) { _store = store; _type = _store.GetType(); }