public bool IsInstructionSetExplicitlyUnsupported(InstructionSet instructionSet)
 {
     return(_unsupportedInstructionSets.HasInstructionSet(instructionSet));
 }
 public bool IsInstructionSetSupported(InstructionSet instructionSet)
 {
     return(_supportedInstructionSets.HasInstructionSet(instructionSet));
 }