using OliverBooth.Data; namespace OliverBooth.Services; public interface IMastodonService { /// /// Gets the latest status posted to Mastodon. /// /// The latest status. IMastodonStatus GetLatestStatus(); }