I built a console application and I\'m trying to test if my application works as expected. I create an instance of the API class as shown in the code below but I receive an
public static Dictionary getQualWeight
Put static keyword in the declaration of your method.