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