Maybe add the ability to define parameters for auto-arg services. Possible API would be like: ``` $c->singleton('ServiceA', ['params' => [ 'param_a' => Cargo\ref('ServiceB'), 'param_b' => 1 ]]); ```