namespace WatchIt.WebAPI.Services.Utility.Configuration.Model; public class FormatterOptions { public string TimestampFormat { get; set; } }