fun <M, T> Injects<M>.optional(initializer: M.() -> T?): Optional<M, T>
Fetches Kapsule instance and calls Kapsule.optional.