BasicResponse public class BasicResponse Documentation public Exception Exception { get; set; } public string Message { get; set; } public bool Success { get; set; } public BasicResponse()