namespace ScreenConnect; public static class ConvertibleExtensions { public static T Convert(this IConvertible @this) { return @this.Convert(); } }