Collada models in Managed DirectX?

Does anyone know of any existing implementations that can import and display Collada models via Managed DirectX? I’d ideally be looking for something that created an object where I can give it angles for the joints defined in the model and then pass it a Device object so it can render itself. Is this something that already exists, or am I going to have to implement it myself?