// using Sledgemapper.Shared.Entities; // namespace Sledgemapper.Api.Commands // { // public class PingCommand : BaseCommand // { // public Ping Location { get; private set; } // public PingCommand(string sessionName, Ping location, int userId) : base(sessionName, userId) // { // Location = location; // } // } // }