public async Task <IEnumerable <IRoleEntity> > GetAllAsync()
        {
            var pk = RoleEntity.GeneratePartitionKey();

            return(await _tableStorage.GetDataAsync(pk));
        }