public static T GetThreadInstance(string appendedkey) { return(Singleton <T> .GetThreadInstance(appendedkey, null)); }
public static T GetThreadInstance() { return(Singleton <T> .GetThreadInstance(null, null)); }