C# code generator should use HttpClient and not RestClient

RestClient is a nuget package that isn’t always available in every environment you might work in. HttpClient is built into .NET

Thanks for the feedback.