namespace InnovEnergy.Lib.SrcGen;
public static class Utils
{
public static String AutoGeneratedMessage(String name)
return $"// This file has been automatically generated by {name}, do not edit!\n\n";
}