export function notProperlyDefined(valueName: string): string { return `"${valueName}" not properly defined`; }