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 discounts for an ecommerce platform, ensuring that the solution passes the provided set of xUnit tests.