namespace Alma.Services; public interface IVersionService { public string GetVersion(); }