public async Task <SetAppInfoOutput> SetAppInfo([FromBody] SetAppInfoInput input)
 {
     return(await _configBusniess.SetAppInfo(input));
 }