public bool IsProtected(IOamEpromDrive drive)
 {
     return(false);
 }
 public bool Legitimate(IOamEpromDrive drive, NeededProtectionLevel desiredLevel, bool requestPasswordFromUser)
 {
     return(true);
 }
 public void Delegitimate(IOamEpromDrive drive)
 {
 }