Recent code review dragged my attention to repeatedly delegated methods. (For nexway teammates https://github.com/NexwayGroup/N3/pull/2352/files#diff-1333ef8b1eee5de57912fa4ed14919dbR34)
example:
public function getBillingAddress()
{
return $this->getOrder()->getBillingAddress();
}