Comms

API

Comms.java
class Comms {
  Comms(final FakeDataService fakeDataService)
  String emailAddress()
  String url()
  String phoneNumber()
}