public Task Run(IMethodInfo[] methodInfo) { return Task.Factory.StartNew( () => ExecutedMethods = methodInfo.Select(m => m.Name).ToList()); }