public ConvertAttributeAction(string toAttribute, string fromAttribute, IAttributeModifer attributeModifer)
 {
     _toAttribute = toAttribute;
     _fromAttribute = fromAttribute;
     _attributeModifer = attributeModifer;
 }
 public ConvertAttributeAction(string toAttribute, string fromAttribute, IAttributeModifer attributeModifer)
 {
     _toAttribute      = toAttribute;
     _fromAttribute    = fromAttribute;
     _attributeModifer = attributeModifer;
 }