public void TearDown()
 {
     _resolution = null;
 }
 public void StartUp()
 {
     _resolution = new Resolution(1920, 1080, null);
 }