namespace SharpRss.Core { public struct DbState { } // Interface for implementing the database endpoints. public interface IDbAccess { } }