namespace DanieleMarotta.RiversongCodeShowcase { public interface IUpdatable { void Update(); } }