using System.Threading.Tasks; namespace Oqtane.Interfaces { public interface ISettingsControl { Task UpdateSettings(); } }