Well I have this method here
public string ToCsvString() => $"{Name};{string.Join(",", Services.Select(s => s.ToCsvString()))}";