namespace salesbook.Shared.Core.Interface.System; public interface IGenericSystemService { string GetCurrentAppVersion(); }