namespace Kreta.Naplo.Domain.V2.Interface { public interface IGetRequest { string Hash { get; set; } } }