public static FSpeedTest TestEnd() { FSpeedTest test = _tests.Pop(); if (test != null) { test.DoEnd(); } return(test); }