public void WhenISendAPostRequestWithTheFollowingRequestBody(IssueDetails body)
 {
     httpsRequests.AddJsonBody(body);
     httpsRequests.SendRequest();
 }