36373839404142
return new Identity(contactId, address); } @Provides @Singleton Datastore getDatastore() { return new TransientDatastore(30L, TimeUnit.MINUTES); }