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