using System;
namespace OrderStacks.Interface
{
public interface IMessage
void LongAlert(string message);
void ShortAlert(string message);
}