Usually my methods are as the following:
public List Method1(int input) { var output = new List(); //add some items to output
ReadOnlyCollection is another option.
ReadOnlyCollection