using DamageAssesment.Api.SurveyResponses.Models; namespace DamageAssesment.Api.SurveyResponses.Interfaces { public interface IHttpUtil { Task SendAsync(HttpMethod method, string url, string JsonInput); } }