namespace FoodsharingSiegen.Contracts.Model { public class AppSettings { #region Public Properties public bool DisableStepIn { get; set; } public TermSettings Terms { get; set; } = new(); public bool TestMode { get; set; } #endregion } }