public static TextSpan LightBlue(this string value) => new ContainerSpan(ForegroundColorSpan.LightBlue(), new ContentSpan(value), ForegroundColorSpan.Reset());