public OverRiddenAuthorisationModel_1(IAuthorisationView view, IWizard w, CertificateMaker mockMaker, FileWriter mockWriter, X509Store mockStore)
     : base(view, w)
 {
     this.mockMaker = mockMaker;
     this.mockWriter = mockWriter;
     this.mockStore = mockStore;
 }
 public void setup()
 {
     certMaker = new CertificateMaker();
 }