public static function getStatementOnlyContext()
 {
     $context = new Context();
     return $context->withStatement(StatementReferenceFixtures::getTypicalStatementReference());
 }