Handler for tag/{id}.
Returns the tag with the matching ID.
Required Parameters:
id
Future<void> get({ required int id, }) async => _commandGetTag(_client, id: id);