using MahTweets.Mango.Core.Models; using MahTweets.Mango.Core.Services; namespace MahTweets.Mango.Core { public interface IMicroblog { IMicroblogConnection Connect(AccountCredentials accountCredentials, IStatusService statusService); } }