public static void SetupDefault(Type type, string methodName, SetupProperties setupProperties, Action action) => SetupMockHelper.SetupDefaultInternal(type, methodName, action, setupProperties);
public static IVoidMockService SetupVoid(Type type, string methodName, SetupProperties setupProperties, Action action) => SetupMockHelper.SetupVoidInternal(type, methodName, action, setupProperties);