namespace Octokit { /// /// Container for the static method that represents an /// intentional empty request body to avoid overloading null. /// public static class RequestBody { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2211:NonConstantFieldsShouldNotBeVisible")] public static object Empty = new object(); } }