A named group of resources that make up an application or host capability.
@type t() :: %HostKit.Service{meta: map(), name: atom(), resources: [struct()]}
@spec add_resource( t(), struct() ) :: t()
@spec new( atom(), keyword() ) :: t()