namespace Sledgemapper.Api.Handlers { public class NewSessionNotification : BaseNotification { public NewSessionNotification(string sessionName, int userId) : base(sessionName, userId) {} } }