# Functions
Get will return an instance provided by the Provider mapped to the given name If no provider for the given name exists, or if the instance is not of the type requested an error will be returned.
NewRegistry returns a new Registry instance.
# Type aliases
ProviderF is a function implementation of the Provider interface.