Example #1
0
 public CommandHandler(CommandOptions options)
 {
     Options = options ?? throw new ArgumentNullException(nameof(options));
 }