61626364656667
return create(path); } public static Report create(String path) { return new ReportImpl(path); }