0001    public protocol Provider
Application.swift:39
    public var providers: [Provider.Type]
{ 0002 static func boot
Application.swift:73
            provider.boot(self)
(application: Application) 0003 } 0004