// using Sledgemapper.Shared.Entities; // namespace Sledgemapper.Api.Notifications // { // public class PingNotification : BaseNotification // { // public Ping Location { get; private set; } // public PingNotification(Models.Session session, Ping location, int userId) : base(session, userId) // { // Location = location; // } // } // }