public static Author GetItem(string username) { return(AuthorDB.GetItem(username)); }
public static Author GetItem(long id) { return(AuthorDB.GetItem(id)); }