82ec333f230bd2a5ae5c78322df682e5723307f8
Updated `CreateAsync<T>`, `UpdateAsync<T>`, and `DeleteAsync<T>` methods to return a `bool` indicating success instead of `HttpResponseMessage`. Added `using` statements to ensure proper disposal of HTTP content and response objects. Simplified the interface for better usability by leveraging `IsSuccessStatusCode` to determine operation success.
Description
Languages
C#
100%