The base namespace used in this package is unnecessarily long: ``` Stecman\Component\Symfony\Console\BashCompletion ``` This should be reduced to something smaller like: ``` Stecman\Symfony\ConsoleCompletion ```