If you want to compare to List you can create a void function with that code Snippet.
Assert.AreEqual(response.Count, acceptedResponse.Count,"Diferent list length");
for (int i = 0; i < acceptedResponse.Count; i++)
{
Assert.AreEqual(response[i],acceptedResponse[i]);
}