protected A(ISomeMethodStrategy strategy)
 {
     this.strategy = strategy;
 }
 public Aa(ISomeMethodStrategy strategy)
 {
     this.strategy = strategy;
 }