Using Test Driven Development (TDD) practices, complete a partially provided .Net Core 3.1 C# solution, being guided by a set of given xUnit tests. Specifically, you must complete the implementation of a static method that calculates the volume of a sphere for a given radius, ensuring that the solution passes the provided set of xUnit tests.