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