I am trying to solve for H1, I was able to get the Coefficients for B,C, and D. Yet, I have forgotten how to solve for A.
All I can remember is that one must take the derivative of both sides. After that, I can not remember and I rather not use a system of linear equations.
Can anyone refresh my memory on using the Derivative approach?

This was edited to include the work to find A.
So far you have:
$$ s+2 = As^2(s+1)(s+3) + B(s+1)(s+3) + Cs^2(s+3) + Ds^2(s+1)\\ B=\dfrac23, C=\dfrac12, D=\dfrac{1}{18}$$
If you substitute in another value, say $s=1$, you get
$$ 3 = A(2)(4) + B(2)(4) + C(4) + D(2)\\ 3=8A+\dfrac{16}{3}+2+\dfrac{1}{9}\\ 8A=3-2-\dfrac{48}{9}-\dfrac{1}{9}\\ 8A=\dfrac{9-49}{9}=\dfrac{-40}{9}\\ A=\dfrac{-5}{9}$$