in Sources/MockoloFramework/Utils/TypeParser.swift [30:33]
init(_ type: String, cast: String? = nil){ self.typeName = type == .unknownVal ? "" : type self.cast = cast }