using Models; namespace ShoopNCook { public interface ConnectionObserver { public void OnAccountConnected(Account account); } }