[c#] How can I order a List<string>?

ListaServizi = ListaServizi.OrderBy(q => q).ToList();