public static ISystemBuilder UseRootPath(this ISystemBuilder builder, string path) { return(builder.UseSetting("rootPath", path)); }