func setRootModule(_ module: Presentable?, animated: Bool) func push(_ module: Presentable?, animated: Bool) func popModule(animated: Bool) func present(_ module: Presentable?, animated: Bool) func dismissModule(animated: Bool, completion: (() -> Void)?) } !34