public AffineTransformationComponent(ComponentLogger log)
     : base(log)
 {
     _config = new AffineTransformationConfig();
     Configuration = _config;
 }
 public AffineTransformationComponent(ComponentLogger log)
     : base(log)
 {
     _config       = new AffineTransformationConfig();
     Configuration = _config;
 }