export interface IRouteMechanism { handleNavigation(link: string): void; }