namespace Kreta.Client.KGR.Response { internal interface IResponse { bool IsSuccess { get; } string Error { get; } } }