public Task <IEnumerable <string> > UniqueIdentitiesAsync(DateTime @from, DateTime to) => _store.UniqueIdentitiesAsync(from, to);