in operationsbus/matcher.go [36:39]
func (m *Matcher) Get(key string) (reflect.Type, bool) { value, exists := m.Types[key] return value, exists }