namespace CAPI.Custom.Services.Events { public interface IEvent { int UserId { get; } } }