namespace HermesSocketLibrary.Requests { public interface IRequest { string Name { get; } Task Grant(string sender, IDictionary data); } }