public Method SetAssemblyInit(Method method) { AssemblyInit = method; return AssemblyInit; }
public Method SetAssemblyCleanup(Method method) { AssemblyCleanup = method; return AssemblyCleanup; }