Declaring list in web service

Why is it that I cannot declare List in my web service using asp.net just like what I got on a certain site.

List<string> responses = new List<string>();

Are you using System.Collections.Generic; ?