namespace Websockets.ServiceModels.Interfaces { public interface IResponse { string Action { get; } string Error { get; set; } } }