public FakeStrobeSolver(Fixture fixture, Strobe strobe) : base(fixture, "Strobe")
 {
     Strobe = strobe;
 }
 private MasterController()
 {
     Strobe = new Strobe(20);
 }