/**
  * @param array $payload
  * @return FundItem
  */
 public function create(array $payload)
 {
     return $this->fundItem->create($payload);
 }