public async Task <T> ExecuteScalarAsync <T>()
 {
     return(await queryDispatcher.ExecuteScalarAsync <T>(query));
 }