public static DocumentColorOptions Of(IDocumentColorOptions options, IEnumerable <IHandlerDescriptor> descriptors)
 {
     return(new DocumentColorOptions()
     {
         WorkDoneProgress = options.WorkDoneProgress,
     });
 }
 public static DocumentColorOptions Of(IDocumentColorOptions options)
 {
     return(new DocumentColorOptions()
     {
         ResolveProvider = options.ResolveProvider,
         WorkDoneProgress = options.WorkDoneProgress,
     });
 }