Usually my methods are as the following:
public List Method1(int input) { var output = new List(); //add some items to output
IEnumerable / IEnumerable unless you specifically need a list, then you should return IList