namespace BeWo.Service.Status
{
public class GeneralStatusService : BaseStatusService
public GeneralStatusService() : base("Allgemein")
AddWebSecretConfigCheck(WebSecretConfigSetting.AppStatusApiKey);
}