public async Task <IStorageEntity> GetEntityById(int id) { return(await Handler.GetEntityById(id)); }