public static TResult To <TResult>(this String input, TResult @default = default(TResult)) { return(DDRIT.To <TResult>(input, @default)); }