namespace CoreProfilerExample.Common.Constants { public static class WeatherConstant { public readonly static string[] WeatherSummaries = [ "Freezing", "Bracing", "Chilly", "Cool", "Mild", "Warm", "Balmy", "Hot", "Sweltering", "Scorching" ]; } }