export class MessageColors
{
static gray( text:string )
return text;
}
static yellow( text:string )
static black( text:string )
static bgRed( text:string )