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