/** @inheritdoc} */
 public function getProfit(MlmSystemProfit $instance)
 {
     $profit = $instance->get('profit');
     return $profit;
 }