using System.Threading.Tasks; namespace Knoks.Framework.Content { public interface IContentGenerator { ContentResult GenerateContent(ContentSettings contentSettings); } }