namespace Content.Shared.Roles; public interface IRoleTimer { string Timer { get; } }