public static bool Is <T>(this IGEOS format) where T : class => format is T;
 public static T Cast <T>(this IGEOS format) where T : class => format as T;