public AmazonWebServicesController(IPyrocumulus pyrocumulus)
 {
     _pyrocumulus = pyrocumulus;
 }
 public AmazonWebServicesController()
 {
     _pyrocumulus = new Pyrocumulus();
 }