using System.Threading.Tasks; namespace newsletter.Reporters { public interface Reporter { Task Report(Configuration.Reporter config); } }