public virtual void SetUp()
 {
     _properties = new Cache<string, string>();
     _fetchType = new FetchTypeExpression<IMappingPart>(null, _properties);
 }
 public virtual void SetUp()
 {
     fetchValue = "";
     _fetchType = new FetchTypeExpression<object>(null, value => fetchValue = value);
 }
 public virtual void SetUp()
 {
     fetchValue = "";
     _fetchType = new FetchTypeExpression <object>(null, value => fetchValue = value);
 }