Account references and normalization helpers.
@type account_name() :: atom() | String.t() | ref()
@type ref() :: %HostKit.Account.Ref{name: atom() | String.t()}
@spec name!(account_name()) :: String.t()
@spec ref(atom() | String.t()) :: ref()