public ISubObjectB ProvideSubObjectB(SubObjectB obj) { return(obj); }
public ISubObjectB ProvideSubObjectB(SubObjectB obj) => obj;