Create a CarpApp which know how to access a CARP backend.
name and uri are required parameters in order to identify and know the CAWS endpoint URI.
name
uri
CarpApp({ required this.name, required this.uri, });