Instance Property
viewControllable
The view controller as the type-erased ViewControllable.
@MainActor var viewControllable: any ViewControllable { get }
Discussion
This is the same instance as viewController; the cast is performed once in init(interactor:viewController:).