Get a contact based on email.
email
Future<Contact> getContact({required String email}) async { return _repository.getContact(email: email); }