You can't expect an interface, since an interface needs to be implemented from a concrete class. So, in your case you need an concrete object - Symfony services are simple objects.
Please refer to object orientated programming basics first.
Edit: Also autowiring and defining the given services doesn't make sense. Let the framework determine the needed object or do it yourself, but chose one option, not both at a time.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…