public async Task <NewClanResponseModel> AddNewClan(NewClanRequestModel model) { return(await _clanService.AddNewClan(model)); }