using System.Threading.Tasks; namespace Knoks.Core.Logic.Interfaces { public interface IInitializable { Task Initialize(); } }