# Functions
GetTypesByTag returns all Type that belong to a specific Tag.
ParseTagAndTypeFromString returns a Tag and Type based on their string values.
ParseTypeFromString returns a Type based on its string value and its parent Tag.
# Interfaces
Type has a name and a tag.