public Converter(ConverterOptions options) { Guard.NotNull(options, "options"); Guard.NotNullOrEmpty(options.SitePath, "options.SitePath"); Options = options; Paths = new SitePaths(options.SitePath); }