export default function TitleService(text: string): string { switch (text) { default: return text; } }